projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789f7fe
)
[XM-TEST] Allow building of ramdisk on x86_64
author
Alastair Tse
<atse@xensource.com>
Tue, 23 Jan 2007 11:39:32 +0000
(11:39 +0000)
committer
Alastair Tse
<atse@xensource.com>
Tue, 23 Jan 2007 11:39:32 +0000
(11:39 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/xm-test/ramdisk/Makefile.am
patch
|
blob
|
history
diff --git
a/tools/xm-test/ramdisk/Makefile.am
b/tools/xm-test/ramdisk/Makefile.am
index 1de0d1423da6fd5abcd10af9a6bd2f3c2bc8ad46..a59e0be21ac91e22da999741bf8cde49e0f536c4 100644
(file)
--- a/
tools/xm-test/ramdisk/Makefile.am
+++ b/
tools/xm-test/ramdisk/Makefile.am
@@
-14,7
+14,7
@@
INITRD ?= http://xm-test.xensource.com/ramdisks
-BR_ARCH ?= $(shell uname -m | sed -e
s/i.86/i386/ -e 's/ppc\(64\)*/powerpc
/')
+BR_ARCH ?= $(shell uname -m | sed -e
's/i.86/i386/' -e 's/ppc\(64\)*/powerpc/' -e 's/x86_64/i386
/')
@MK@ifdef BR_SNAPSHOT
@MK@ BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2